2021年12月1日 — SFTP Commands and Options List ; get [remote path] [local path], Transfer a file or directory from [remote path] on the remote server to [local ...
sftp> ls -l; To copy a file, use the get command. Metacharacters may be used with the get command. sftp> get filename; Close the sftp connection. sftp> bye.
get [-afpR] remote-path [local-path] Retrieve the remote-path and store it on the local machine. If the local path name is not specified, it is given the same ...